Posts

Post marked as solved
94 Replies
issue is with custom textviews
Post marked as solved
94 Replies
I was using custom textviewclass CustomTextView : UITextView, UITextViewDelegate { var textChanged : ((String)->())? init(frame: CGRect) { super.init(frame: frame, textContainer: nil) self.initialize() } required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) self.initialize() } }But is crashing onaDecoder: NSCoder method